projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f675a8
)
Provide sh-script.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 13 Dec 1995 01:37:58 +0000
(
01:37
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 13 Dec 1995 01:37:58 +0000
(
01:37
+0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 2f312cd4db0872d68c8025d63c4fe17995673100..5d6ebbbf6b112dcd87499c4c625aed9daccdd209 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-1358,4
+1358,5
@@
The document is bounded by `sh-here-document-word'."
(if (re-search-forward sh-end-of-command nil t)
(goto-char (match-end 1))))
+(provide 'sh-script)
;; sh-script.el ends here